사이트 내 전체검색
간단한 오른쪽 마우스 클릭 금지
로빈아빠
https://cmd.kr/javascript/632 URL이 복사되었습니다.

본문

간단한 오른쪽 마우스 클릭 금지

<script language=JavaScript> 
function click() { 
     if ((event.button==2) || (event.button==3)) { 
          alert('오른쪽마우스사용금지'); 
     } 
} 
document.onmousedown=click 
</script> 

댓글목록

등록된 댓글이 없습니다.

831 (4/17P)

Search

Copyright © Cmd 명령어 3.142.90.235